home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / c / requestlib / requestlib.readme < prev    next >
Text File  |  1999-06-14  |  4KB  |  87 lines

  1. Short:    Requester Lib for vbcc
  2. Author:   Michaela Pruess (michaela@flagranti.net)
  3. Uploader: Michaela Pruess (michaela@flagranti.net)
  4. Version:  1.0
  5. Type:     dev/c
  6. Url:      http://www.flagranti.net/amiga
  7. Kurz:     Requester-Lib für vbcc
  8.  
  9. English:   (deutsch, siehe unten)
  10.  
  11. About:     This is a freeware linklib for vbcc. Included functions:
  12.            rtEZReq
  13.            This lib is in ALib/Libr-format, usable by all linker they
  14.            can read this format.
  15.            Handle functions from reqtools.library for quick and easy
  16.            use. Opens the library, handle the tags and display the
  17.            requesters. Then cleans up, closes library and return a
  18.            value.
  19.            USEFULL: For programs that only show one or two requester.
  20.            NOT USEFULL: For programs that handle many requesters,
  21.                         because the library is opened/closed for
  22.                         every requestcall!
  23.  
  24. Requires:  Amiga :-)
  25.            vbcc with PhxLnk / vlink or any compiler with a ALib/Libr
  26.            compatible linker. All CPU's supported.
  27.            reqtools.library
  28.  
  29. Install:   For use with vbcc see documents from vbcc.
  30.  
  31. Copyright: All copyright's reserved by Michaela Pruess.
  32.            For all additional copyrights see docs in this archive.
  33.            You have only permission for non-commercial use of this tool.
  34.            The Aminet has permission to publish this file on all
  35.            Aminet-sites, Aminet-mirror's and Aminet-CD's.
  36.            Volker Barthelmann (vbcc) has permission to do anything he like
  37.            with this.
  38.            This software is provided as-is, without warranty of any kind,
  39.            either expressed or implied. In no event will the authoress be
  40.            liable for direct, indirect, incidental or consequential damages
  41.            or data loss resulting from the use or application of this software.
  42.            The entire risk as to the results and performance of this software
  43.            is assumed by the user. Furthermore, the contents of the archive
  44.            cannot be altered in any way, although the archive itself can be
  45.            transmitted electronically via BBS systems or the Internet.
  46.  
  47.  
  48.  
  49. Deutsch:
  50.  
  51. Ueber:     Dies ist eine Freeware-Linklib für vbcc, Enthaltene Funktionen:
  52.            cmp, GetCurrentPath, getcwd, makedir, putenv, setenv, unlink.
  53.            Die Lib ist im ALib/Libr-Format, nutzbar für alle Linker die
  54.            dieses Format lesen können.
  55.            Vereinfachte Benutzung der reqtools.library. Öffnet die Library,
  56.            verwaltet die Tags und Speicherresourcen und zeigt den Requester
  57.            an. Danach wird alles freigegeben und die Library geschlossen.
  58.            Zurück kommt ein einfacher Wert.
  59.            SINNVOLL: Wenn ein Programm einen oder zwei Requester anzeigt.
  60.            NICHT SINNVOLL: Wenn viele Requester benutzt werden, da dann
  61.                            jedesmal die Library geöffnet/geschlossen
  62.                            wird.
  63.  
  64. Benoetigt: Amiga :-)
  65.            vbcc mit PhxLnk / vlink oder einen anderen Compiler mit einem
  66.            ALib/Libs kompatiblen Linker. Alle CPU's werden unterstützt.
  67.            reqtools.library
  68.  
  69. Install.:  Für Nutzung mit vbcc bitte die vbcc-Dokumentation lesen!
  70.  
  71. Copyright: Alle Copyright's verbleiben bei Michaela Prüß.
  72.            Für Copyrights dritter siehe Doku in diesem Archiv.
  73.            Dies File darf nicht kommerziell benutzt werden, ansonsten
  74.            ist die Nutzung frei.
  75.            Das Aminet hat die Erlaubnis zur Verbreitung über alle Server,
  76.            Mirror's und die AmiNet-CD's.
  77.            Volker Barthelmann (vbcc) hat die Erlaubnis damit zu tun, was
  78.            immer er möchte.
  79.            Diese Software wird verbreitet, wie sie ist, ohne eine Garantie
  80.            jeglicher Art. In keinem Fall, weder direkt noch indirekt ist
  81.            die Autorin haftbar für Schäden oder Datenverluste die durch die
  82.            Verwendung dieser Software entstehen. Die Benutzung erfolgt
  83.            ausschließlich auf eigenes Risiko des Benutzers. Jede Änderung
  84.            des Archives oder Teilen davon ist verboten. Das Archiv darf
  85.            auf elektronischm Weg via Maibox oder Internet verbreitet
  86.            werden.
  87.